home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr05 / wrcpdl14.zip / INSTALL.DOC < prev    next >
Text File  |  1995-01-17  |  1KB  |  36 lines

  1.  
  2.  
  3.                              Winsock RCP.DLL 1.4
  4.                        Copyright 1994 Denicomp Systems
  5.                              All rights reserved
  6.  
  7.  
  8. The directory you install RCP.DLL must be included in your PATH environment
  9. variable or you can copy this file to your Windows directory (usually \WINDOWS).
  10.  
  11. The distribution contains two other ZIPped files: CRCP.ZIP and VBRCP.ZIP.
  12. These contain the C example program and the Visual Basic example program
  13. respectively.
  14.  
  15. The C example program was written using Micrsoft Visual C/C++ 1.0.
  16.  
  17. To install these, create two subdirectories within the directory you UNZIPped
  18. the Winsock RCP.DLL distribution named CRCP and VBRCP:
  19.  
  20.  MKDIR CRCP
  21.  MKDIR VBRCP
  22.  
  23. Then change to each and UNZIP the files:
  24.  
  25.  CD CRCP
  26.  PKUNZIP ..\CRCP.ZIP
  27.  
  28.  CD ..\VBRCP
  29.  PKUNZIP ..\VBRCP.ZIP
  30.  
  31.  
  32. The Makefile in the CRCP directory is set up to look in the previous directory
  33. (..) for the RCP.H and RCP.LIB files.  If you install the example C program
  34. in another directory, you must modify this Makefile.
  35.  
  36.